home *** CD-ROM | disk | FTP | other *** search
/ Power Utilities / Power Utilities.iso / ek / dscan420 / list.bat < prev    next >
Encoding:
DOS Batch File  |  1991-10-18  |  135 b   |  10 lines

  1. echo off
  2. echo  
  3. echo No LISTER file specified - Using DOS 'type' command for listing
  4. echo  
  5. pause
  6. echo  
  7. type %1
  8. echo  
  9. pause
  10.